バージョン

InterpolateWithSpeed(List<Point>,Single,List<Point>,List<Point>,List<Double>) メソッド

ポイントのリストの位置を指定したポイントのリストの間の補間に設定します。
シンタックス
'宣言
 
Protected Overloads Shared Sub InterpolateWithSpeed( _
   ByVal ret As List(Of Point), _
   ByVal p As Single, _
   ByVal min As List(Of Point), _
   ByVal max As List(Of Point), _
   ByVal speedModifiers As List(Of Double) _
) 
protected static void InterpolateWithSpeed( 
   List<Point> ret,
   float p,
   List<Point> min,
   List<Point> max,
   List<double> speedModifiers
)

パラメータ

ret
最小値および最大値の間の補間としての配置するポイント。
p
トランジション進行状況を表す 0 ~ 1 の数。
min
最小値または開始ポイント。
max
最大値または終了ポイント。
speedModifiers
補間に適用するスピードのリスト。1 は標準のスピードです。
参照